net/http.http2Transport.CountError (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7255: 	CountError func(errType string)
		h2_bundle.go#L7862: 	if t.CountError != nil {
		h2_bundle.go#L7863: 		cc.fr.countError = t.CountError
		h2_bundle.go#L8223: 	if f := cc.t.CountError; f != nil {
		h2_bundle.go#L9305: 	f := cc.t.CountError
		h2_bundle.go#L9870: 		if fn := cc.t.CountError; fn != nil {
		h2_bundle.go#L9995: 	if fn := cs.cc.t.CountError; fn != nil {